home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Info / mac-ftp-list-388.txt < prev    next >
Internet Message Format  |  1994-08-01  |  42KB

  1. Date: 01 Aug 94 09:34:49 EDT
  2. From: bruce grubb <72130.3557@compuserve.com>
  3. Subject: [*]  mac.ftp.list Version 3.8.8
  4.  
  5. Archive name: mac-ftp-list388.txt
  6. category: communication, text
  7.  
  8. This is the latest {Aug 1,1994} version this report and should replace the 
  9. previous version of mac-ftp-list.txt.
  10.  
  11. Changes:  ftp.rrzn.uni-hannover.de directory added; laplace.stat.ucla.edu
  12.           and ccsun.unicamp.br removed; format table updated.
  13.           
  14. Added sites:  king.ncb.gov.sg; ftp.switch.ch; ftp.support.apple.com;
  15.               cassandra.ucr.edu; ftp.ibp.fr; ftp.loria.fr; ftp.att.com;
  16.               abs.apple.com; ftp.csua.berkeley.edu; mirror.archive.umich.edu;
  17.               ftp.wimsey.com; rever.nmsu.edu; mrcnext.cso.uiuc.edu
  18.  
  19. This is a update {Aug 1,1994} to Mike Gleason's ftp list {He gave me permision 
  20. to continue it}.  It lists a good number of mac anonymous ftp sites with notes 
  21. on some and a little blurb on how to use anonymous ftp.  Must be in Monaco 9 
  22. {or PC equivalent} to be readable.
  23.  
  24. --------------------blurb ends, report commences---------------------------
  25. From: BruceG6069@aol.com (Bruce Grubb)
  26. Subject: mac.ftp.list, Version 3.8.8
  27.  
  28. Here's Version 3.8.8 (Aug 1,1994) 
  29.  
  30. Changes:  ftp.rrzn.uni-hannover.de directory added; laplace.stat.ucla.edu
  31.           and ccsun.unicamp.br removed; format table updated.
  32.           
  33. Added sites:  king.ncb.gov.sg; ftp.switch.ch; ftp.support.apple.com;
  34.               cassandra.ucr.edu; ftp.ibp.fr; ftp.loria.fr; ftp.att.com;
  35.               abs.apple.com; ftp.csua.berkeley.edu; mirror.archive.umich.edu;
  36.               ftp.wimsey.com; rever.nmsu.edu; 
  37.  
  38. Note:  Mike Gleason no longer supports this list and has given me his kind 
  39. permision to continue it.
  40.  
  41. Revisions posted monthly to the USENET newsgroups comp.sys.mac.comm, 
  42. comp.sys.mac.misc, comp.sys.mac.apps, and comp.sys.mac.games.
  43.  
  44. Archived on sumex-aim.stanford.edu, mac.archive.umich.edu and their mirrors 
  45. via e-mail to macgifts@sumex-aim.stanford.edu {see sumex-aim.stanford.edu note 
  46. for details}.  Also archived as a .sit file on Compuserve {Internet Forum} and 
  47. AOL.
  48.  
  49. The concept for this document is copyrighted 1991 by Mike Gleason with 
  50. permission to Bruce Grubb for alterations, but may be freely distributed and 
  51. archived.
  52.  
  53. Please send newly discovered macintosh sites (with IP numbers and directories 
  54. to check if possible), bug fixes, and comments to:
  55.   Internet: BruceG6069@aol.com
  56.   AOL: BruceG6069
  57.    {AOL can only handle <30K e-mail so keep messages short}
  58.  
  59. For folks new to ftp
  60. ----------------------------------------------------------------------------
  61. The first column of stuff in the data below is the site name.  Usually
  62. you can just run ftp and type open and then the site name.  But some
  63. computers don't like the names (or don't have all of them) and prefer the
  64. next column of stuff, the IP addresses.  If you try the open command with the
  65. IP number and it doesn't bite, it isn't gonna work.  Most mac ftp sites have
  66. encoded their files with BinHex 4.0 which end in the suffix ".hqx". To decode 
  67. these files, you can just download them to your mac, and use Compact Pro or 
  68. Stuffit to decode them.  THEN, you will need to decompress them.  Stuffit 
  69. files end in ".sit" while Compact Pro files end in ".cpt" but you will 
  70. probably only want to use Stuffit as it can decompress both formats.  When ftp 
  71. prompts you for a username and password, send "anonymous" as the username, and 
  72. your email address as the password, for Mike Gleason it would be 
  73. mgleason@cse.unl.edu.  Here's a sample ftp session:
  74.  
  75. % ftp
  76. ftp> open sumex-aim.stanford.edu
  77. Connected to sumex-aim.stanford.edu.
  78. 220 sumex-aim FTP server (SunOS 4.0/3) ready.
  79. Name (sumex-aim.stanford.edu:mgleason): anonymous
  80. Password (sumex-aim.stanford.edu:anonymous): mgleason@cse.unl.edu
  81. 331 Guest login ok, send mail address (user@host) as password.
  82. 230 Guest connection 17 (of 25) accepted, access restrictions apply.
  83. ftp> cd info-mac
  84. ftp> get ./help/recent-files.txt recentFiles
  85. ftp> get ./game/cumulonimbus.hqx cn.hqx
  86. ftp> quit
  87. % sz cn.hqx
  88.  
  89. Keep in mind that some sites may disenable the anonymous login for a while:  
  90. during certain hours of the day, for maintainance reasons, or due to too     
  91. much heavy traffic {ftp.apple.com and sumex-aim.stanford.edu do this every now 
  92. and then, for example}.  Most will tell you the reason for refusing anonymous 
  93. login, but a few will say nothing more than "User anonymous unknown".  Keep 
  94. this in mind when a site on this list results in "User anonymous unknown" or 
  95. "connection refused".
  96.  
  97. Power User Notes:
  98. ----------------------------------------------------------------------------
  99. If you want to read a file on a remote site, but don't want download it,
  100. quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp
  101. will dump the file to your terminal.  Also exploit ftp's pipe and shell
  102. abilities, like "get myfile.txt |more" will do the same as above, except
  103. using "more" to page the file.
  104.  
  105. If you need to know the IP address of an ftp site, a common unix program
  106. called "nslookup" can help.  With some versions, "nslookup ftp.apple.com" 
  107. would spit out "130.43.2.3."  The reverse is also true, "nslookup 130.43.2.3" 
  108. would print out "ftp.apple.com."  Normally nslookup on an IP address just 
  109. verifies the address as valid and to do a reverse lookup you must reverse the 
  110. address and use the in-addr.arpa domain with the lookup type set to "ANY."
  111.  
  112. Most files you'll get off ftp are in that pain in the butt format, binhex.
  113. Mike Gleason usually downloaded to his unix box, and then used an immensely 
  114. useful utility called "mcvert" to de-binhex them there.  Not only is this 
  115. faster, but it doesn't tie up your own CPU :-)  Stop over to sumex 
  116. {info-mac/cmp directory} and grab it.  After mcvert'ing files, they'll turn 
  117. into files with ".bin" suffix on them, meaning they are in MacBinary format, 
  118. and ready to download.
  119.  
  120. CAUTION: Do _not_ confuse .z {gzip} with .Z {format that gzip is aimed at 
  121. replacing}.  These are totally _different_ unix compression formats and in an 
  122. effort to prevent further confusion gzip files are now supposed to use the .gz 
  123. extension.
  124.  
  125. WARNING:  make sure that the communication program is in BINARY mode or 
  126. downloading of ".bin" and "unpacked" programs won't work.  For example, 
  127. Kermit's binary mode on some Unix machines is accessed by typing 'kermit -i' 
  128. at the promt.   BINARY mode is also called IMAGE mode.
  129.  
  130. Here's a handy chart to keep track which programs unmangle which formats:
  131.  
  132.                                                   unix .gz/.z           .uu/
  133. Macintosh       .cpt .sit .hqx .bin .zip .dd .lzh  .Z  {gzip} .tar .arc .uue
  134. Stuffit Expander* D    D    D    D
  135.  w/ DSEE*         D    X    X    X    D             D     D          D    D
  136. StuffIt Lite**    D    X    X    X
  137.  w/ translators** D    X    X    X    D             X           X    D    X
  138. StuffIt Deluxe**  D    X    X    X    D             X           X    D    X
  139. SITcomm***        D    X    X    X    D        ?    X           X    D    X
  140. ArcMac                                                               X
  141. BinHex 4.0                  X
  142. BinHex 5.0                  X    X
  143. Compact Pro       X   D/N   X
  144. DDExpand 4.0           D                  D                     
  145. Disk Doubler           D                  X                     
  146. MacCompress                                         X
  147. MacGzip                                             X     X
  148. MacLHA                                         X
  149. SunTar 2.0b12               X    X                              X         D
  150. Tar 4.0b                                                        X
  151. UnZip                                 D
  152. UU Lite                                                                   X
  153. UUTool                                                                    X
  154. ZipIt                                 X
  155.  
  156. Other                                             unix .gz/.z           .uu/
  157. computers       .cpt .sit .hqx .bin .zip .dd .lzh  .Z  {gzip} .tar .arc .uue
  158. mcvert (unix)               X                       X
  159. PKZIP (DOS)                           X
  160. unpack (unix)     D   X/?
  161. unsitins.exe           D
  162.  
  163. N = Cannot decode .sit dlx files
  164. D = Decode only
  165. X = Encode and decode
  166.  
  167. .sit refers to both 1.5 and dlx. Otherwise a '/' is used {1.5/dlx}.
  168.  
  169. Special formats
  170. .pit - old commpression format {~1989} created by PackIt programs that has
  171.  been replaced by .sit.  In general, a program that handles .sit files can
  172.  unmangle .pit files as well.
  173. .sea - decompresses itself and needs no external programs.
  174. .tgz - another name for .tar.z {do not confuse with .tar.Z}.
  175.  
  176. *   DropStuff with Expander Enhancer is an addon for Stuffit Expander.
  177.     Wait for the 3.5.1 version.  Avoid 3.5B and 3.5 because they will stop
  178.     working on Aug 16, 1994.
  179. **  Stuffit Deluxe translators can be used with Stuffit Lite.  Current
  180.     versions are 3.0.7 as of this writing.
  181. *** SITcomm is communications program from Aladdin that uses the Stuffit
  182.     translators.
  183.  
  184. Special note: .hqx and .uu files are the ONLY files that can be downloaded in 
  185. ASCII mode; all others must be downloaded in BINARY mode for the file to 
  186. decompress properly.  Otherwise you will get errors like "unreadable file" or 
  187. "file is corrupt" when you try to decompress them.
  188.  
  189. These sites have many mac files, and are still getting new ones:
  190. -----------------------------------------------------------------------------
  191. dipmat.unife.it            192.167.208.253  See Note                        1
  192. ezinfo.ethz.ch             129.132.2.72    ./mac                            2
  193. ftp.apple.com              130.43.2.3      /dts                             3
  194. ftp.austin.apple.com       17.127.4.50     /Apple.Support.Area {see note}   4
  195. ftp.cso.uiuc.edu           128.174.5.59    /mac/MUG                         5
  196. ftp.funet.fi               128.214.6.100   /pub/mac                         6
  197. ftp.luth.se                130.240.18.2    /pub/mac
  198. ftp.support.apple.com      130.43.6.3      See Note                         7
  199. irisa.irisa.fr             131.254.254.2   /News/comp.binaries.mac          8
  200. mac.archive.umich.edu      141.211.32.2    /mac                             9
  201. nic.switch.ch              130.59.1.40     /software/mac                   10
  202. sumex-aim.stanford.edu     36.44.0.6       /info-mac {see note}            11
  203.  
  204. These sites are home to a few specific file(s) or file types:
  205. -----------------------------------------------------------------------------
  206. abs.apple.com              130.43.1.101    /abs /pub (apple, MAE)
  207. alfred.ccs.carleton.ca     134.117.1.1     /pub/pov-ray (PoV-Ray)
  208. archives.math.utk.edu      128.169.202.163 /mac (Mathematics)              12
  209. arthur.cs.purdue.edu       128.10.2.1      /pub/trinkle (mac32.tar.Z)
  210. atlas.chem.utah.edu        128.110.196.10  /topsoft (Programming?}
  211. aux.support.apple.com      130.43.6.2      / (A/UX stuff)
  212. bert.cs.byu.edu            128.187.2.20    /NCSA_Telnet (BYU's version)
  213. biom3.univ-lyon1.fr        134.214.100.42  /pub (MacMul, GraphMu)
  214. boombox.micro.umn.edu      128.101.95.95   /pub (gopher, POPmail, more)
  215. brownvm.brown.edu          128.148.128.40  / (tn3270, term, lpr)
  216. cambridge.apple.com        198.112.73.3    /pub {Mac Common LISP}
  217. cassandra.ucr.edu          138.23.90.119   /pub/apple2 (][+ emulator)
  218. cecelia.media.mit.edu      18.85.0.104     /pub (CSound)
  219. chook.cs.adelaide.edu.au   129.127.8.8     /pub/VHDL-Cookbook
  220. cs.orst.edu                128.193.32.1    /pub/mac (lab-logger)
  221. cs.rice.edu                128.42.1.30     /public/mac (Eudora; Telebite)
  222. csd4.csd.uwm.edu           129.89.7.4      /pub/mac (StuffIt, Gatekeeper, Old)
  223. d31rz0.stanford.edu        36.76.0.151     /Igor (Igor demos, utilities)
  224. devtools.symantec.com      155.64.82.86    /ftp/Macintosh (Symantec)
  225. evolution.uh.edu           129.7.1.16?     /pub/gene-server/mac (Science)
  226. fiji.wri.com               140.177.10.76   /pub (Mathematica)
  227. ftp-boi.external.hp.com    192.6.71.2      /pub (HP)
  228. ftp.acns.nwu.edu           129.105.16.52   /pub/disinfectant (Disinf HQ)   13
  229. ftp.adobe.com              130.248.1.4     /pub/adobe (Abobe)
  230. ftp.amug.org               165.247.10.2    /pub/newton (newton)
  231. ftp.att.com                192.20.239.133  /pub/afterdark (programmer's list)
  232. ftp.cambridge.apple.com    ???             /pub
  233. ftp.cayman.com             143.137.1.2     /pub (GatorBox stuff)
  234. ftp.cc.purdue.edu          128.210.10.6    /pub/mac (RevRdist)
  235. ftp.cc.umanitoba.ca        130.179.16.24   /Mac-Develop/Newton/Incoming
  236. ftp.csua.berkeley.edu      128.32.149.19   /pub/jwang (compatibility/AV info)
  237. ftp.dartmouth.edu          129.170.16.54   /pub/mac (Dartmouth XCMDs, etc)
  238. ftp.edvz.uni-linz.ac.at    140.78.3.8      /pub/mac/system
  239. ftp.embl-heidelberg.de     192.54.41.33    /pub/software/mac 
  240.                                            (molecular biology)
  241. ftp.radius.com             140.82.20.1     /pub/radius/software/mac (radius)
  242. ftp.gte.com                132.197.8.2     /pub/chuck  (Chassis, sample code)
  243. ftp.gsfc.nasa.gov          140.78.3.8      /mac (MacSecure.3.1.hqx)
  244. ftp.imag.fr                129.88.32.1     /pub/Cabri, /archive/macintosh  14
  245. ftp.novell.com             137.65.1.3      /pub2/MAC (Novell)
  246. ftp.ncsa.uiuc.edu          141.142.20.50   /Mac (NCSA Telnet, etc)         15
  247. ftp.primate.wisc.edu       144.92.43.11    /pub/mac (TransSkel & misc)     16
  248. ftp.psi.com                136.161.128.3   /wp (PSIWP, an X.500 client)
  249. ftp.qualcomm.com           192.35.156.5    / (Eudora)
  250. ftp.sri.ucl.ac.be          130.104.1.1     /pub (network, French versions)
  251. ftp.stolaf.edu             130.71.128.9    /pub/macpsych (psychology)
  252. ftp.utas.edu.au            131.217.10.1    /mac (Mews)
  253. ftp.uu.net                 192.48.96.9     /languages/abc (ABC prog lang)  17
  254. ftp.wimsey.com             ???             /pub/mac (Internet communications)
  255. gaea.kgs.ukans.edu         129.237.140.40  / (scripting)
  256. geom.umn.edu               128.101.25.35   /stuff/snappea/mac (Snap pea)
  257. hensel.mathp6.jussieu.fr   134.157.51.2    /dist/pari/mac (pari/Math)
  258. hobbes.lbl.gov             128.3.12.38     /pub/mac (Radiance)
  259. jagubox.gsfc.nasa.gov      128.183.44.1    /pub/aux (A/UX)
  260. ics.uci.edu                128.195.1.1     /mac/think-c                    18
  261. iraun1.ira.uka.de          129.13.10.90    /pub/mac (SingleShare,NewsView)
  262. linc.cis.upenn.edu         130.91.6.8      /pub/NH3.0/mac (Mac NetHack!)  
  263. microlib.cc.utexas.edu     128.83.186.13   /microlib/mac (Gatekeeper HQ)   19
  264. midway.uchicago.edu        128.135.12.73   /pub/OzTex
  265. mojo.ots.utexas.edu        128.83.185.16   /pub/slip/mac/ncsa SLIP telnet
  266. mrcnext.cso.uiuc.edu       ???             /etext (Project Gutenberg)
  267. munnari.oz.au              128.250.1.21    /mac (CAP, Multigate stuff)     20
  268. ncbi.nlm.nih.gov           130.14.25.1     /entrez                         21
  269. neptune.ethz.ch            129.132.101.33  /Oberon/MacII, /XYZ             22
  270. newton.uiowa.edu           128.255.63.55   /pub/newton (newton)
  271. novamail.cerl.uiuc.edu     128.174.180.9   /pub/lime (Lime demo, for MIDI)
  272. oddjob.uchicago.edu        128.135.4.2     /pub/MAC/Yerk
  273. otter.stanford.edu         36.21.0.104     /mma, /mac (Mathematica)
  274. pacific.mps.ohio-state.edu 128.146.37.18   /mac (LabanWriter)
  275. rascal.ics.utexas.edu      128.83.138.20   /mac/virus (Antivirals)         23
  276. rever.nmsu.edu              ???            /pub/macfaq                     24
  277. ruunfs.fys.ruu.nl          131.211.32.68   /pub/vtools [vs2ps, vs2ris]
  278. sol.bucknell.edu           134.82.1.8      /pub/mac (Excalibur, Gatekeeper}
  279. spider.navsses.navy.mil    157.187.16.101  / (pictures, sounds, SimCity 2000)
  280. ssyx.ucsc.edu              128.114.133.1   /pub/mac (HyperUnix, ClientDA)
  281. statlab.uni-heidelberg.de  129.206.113.100 /pub/network (NetWork stuff)
  282. tau.sm.luth.se             130.240.0.3     /pub/mac/nisus (macros, etc)
  283. terminator.cc.umich.edu    141.211.164.8   /x500 (maX.500 white pages)
  284. walrus.wr.usgs.gov         130.118.7.254   /pub/mac (Geology)
  285. zippy.nimh.nih.gov         128.231.98.32   /pub/nih-image (NIH-Image)
  286.  
  287. These sites are shadow/mirror archives (the same stuff) of something else:
  288. -----------------------------------------------------------------------------
  289. anl.anl.fr                 192.54.179.1    /pub/mac/umich
  290. archie.au                  139.130.4.6     /micros/mac [sumex, umich]
  291. archive.orst.edu           128.193.4.2     /pub/mirrors/archive.umich.edu
  292. cnuce_arch.cnr.it          131.114.1.10    /pub/info-mac [sumex]
  293. daemon.ncsa.uiuc.edu       141.142.22.33   /Info-Mac-Binaries
  294. ftp.amug.org               165.247.10.2    /pub/info-mac [sumex]
  295. ftp.center.osaka-u.ac.jp   133.1.4.10      /info-mac [sumex]
  296. ftp.cs.tu-berlin.de        130.149.17.7    /pub/mac [sumex]                25
  297. ftp.edu.tw                 140.111.1.10    /Macintosh/info-mac
  298. ftp.fenk.wau.nl            137.224.129.4   /pub/mac/info-mac [sumex]
  299. ftp.gsfc.nasa.gov          128.183.10.134  /mac.dir [dftsrv.gov]
  300. ftp.hawaii.edu             128.171.44.70   /mirrors/info-mac [sumex]
  301. ftp.ibp.fr                 132.227.60.2    /pub/mac/info-mac
  302. ftp.iij.ad.jp              192.244.176.50  /pub/info-mac [sumex]
  303. ftp.inter.spin.ad.jp       165.76.8.4      /pub/Mac/Merit.mirror
  304. ftp.jyu.fi                 130.234.1.1     /info-mac [sumex]
  305. ftp.loria.fr               152.81.10.10    /pub/mac:umich
  306. ftp.lth.se                 130.235.20.3    /mac [sumex]                    26
  307. ftp.nus.sg                 137.132.9.11    /pub/zk/mac [sumex, 14 day delay]
  308. ftp.rrzn.uni-hannover.de   130.75.2.2      /ftp1/mac, pub/info-mac [sumex]
  309. ftp.sunet.se               130.238.127.3   /pub/mac [sumex, umich]         27
  310. ftp.switch.ch              130.59.1.40     /mirror/info-mac [sumex]
  311. ftp.technion.ac.il         132.68.1.10     /pub/unsupported/mac
  312.                                             [sumex, umich]
  313. ftp.u-tokyo.ac.jp          130.69.254.254  /pub/info-mac [sumex]
  314. ftp.uni-kl.de              131.246.9.95    /pub/info-mac [sumex, partial]
  315. ftp.uni-paderborn.de       131.234.2.32    /mac
  316. ftp.uni-stuttgart.de       129.69.8.13     /soft/mac [sumex, partial]
  317. ftp.univie.ac.at           131.130.1.4     /mac/info-mac [sumex]
  318. ftp.ucs.ubc.ca             137.82.27.62    /pub/mac/info-mac [sumex]
  319. ftp.uu.net                 192.48.96.9     /archive/systems/mac/info-mac
  320. ftp.uwtc.washington.edu    128.95.202.40   /pub/Macintosh [collection]
  321. ftphost.aukuni.ac.nz       130.216.1.5     /mac [sumex]                    28
  322. garbo.uwasa.fi             128.214.87.1    /mac [funet]
  323. giza.cis.ohio-state.edu    128.146.8.61    /pub/oztex [midway]
  324. grind.isca.uiowa.edu       128.255.200.3   /mac [sumex, umich]             29
  325. imftp.mgt.ncu.edu.tw       140.115.83.90   /pub/mac/info-mac [sumex]
  326. jyu.fi                     128.214.7.5     /maclib [sumex]
  327. king.ncb.gov.sg            160.96.3.121    /sumex
  328. mirror.archive.umich.edu   Special         see mac.archive.umich.edu note   9
  329. mrcnext.cso.uiuc.edu       128.174.201.12  /pub/mac; /pub/info-mac [sumex]
  330. nctuccca.edu.tw            192.83.166.10   /Macintosh/umich-mac [umich]
  331. nic.switch.ch              130.59.1.40     /mirror/info-mac [sumex]         8
  332.                                            /mirror/Oberon/MacII [MacOberon] 8
  333. oswego.oswego.edu          129.3.1.1       /pub/mac [collection]
  334. proper.com                 165.227.25.1    /mac/general [sumex]
  335. ricevm1.rice.edu           128.42.30.2     /[NA, email/Bitnet]
  336. shark.mel.dit.csiro.au     144.110.16.11   /info-mac [sumex]
  337. src.doc.ic.ac.uk           146.169.2.10    /computing/systems/mac/info-mac 30
  338.                            155.198.1.40
  339. utsun.s.u-tokyo.ac.jp      133.11.11.11    /Mac, /Mac/info-mac [sumex]
  340. watmsg.waterloo.edu        129.97.129.9    /pub/oztex [midway]
  341. wuarchive.wustl.edu        128.252.135.4   /systems/mac {See note}         31
  342.  
  343. These sites have just a few mac files:
  344. -----------------------------------------------------------------------------
  345. beach.utmb.edu             129.109.1.207   /pub/virus/mac {Old, VMS though}
  346. bode.ee.ualberta.ca        129.128.16.96   /pub/mac
  347. eff.org                    192.88.144.3    /pub/mac
  348. fs-1.iastate.edu           129.186.151.151 /pub/mac
  349. ftp.lu.se                  130.235.132.90  /pub/mac                        32
  350. ftp.nevada.edu             131.216.1.11    /pub/heathers (sounds)
  351. genbank.bio.net            134.172.1.160   /pub/mac
  352. hpcsos.col.hp.com          15.255.240.16   /packet/mac
  353. icarus.cns.syr.edu         128.230.1.49    /software/mac (w/ Unix_Mac)
  354. icarus.riacs.edu           134.12.1.1      /pub
  355. mailer.cc.fsu.edu          128.186.6.103   /pub/mac
  356. procyon.cis.ksu.edu        129.130.10.80   /pub/Macintosh
  357. splicer.cba.hawaii.edu     128.171.17.7    /mac
  358. teetot.acusd.edu           192.55.87.19    /pub/Macintosh/SuperCard
  359. tolsun.oulu.fi             128.214.5.6     /pub/mac
  360. ucsd.edu                   128.54.16.1     /midi/software/mac, /pub/mac
  361.  
  362. These sites have a lot of files, but do not get much new:
  363. -----------------------------------------------------------------------------
  364. f.ms.uky.edu               128.163.128.6   /pub/mac [sumex <02/21/93]
  365. ftp.bio.indiana.edu        129.79.224.50   / (large science archive)       33
  366. impaqt1.mem.drexel.edu     129.25.10.1     /pub/files/mac
  367. joker.optics.rochester.edu 128.151.240.1   /Sounds, /mac
  368. kth.se                     130.237.72.201  /macintosh
  369. mcsun.eu.net               192.16.202.1    /comp/mac
  370. merlin.cs.purdue.edu       128.10.2.3      /pub/mac
  371. oak.oakland.edu            141.210.10.117  /pub2/macintosh
  372. plains.nodak.edu           134.129.111.64  /pub/mac/pub
  373. pomme.src.umd.edu          128.8.111.252   /info-mac [sumex <02/20/93]     34
  374. ra.nrl.navy.mil            128.60.0.21     /MacSciTech
  375.  
  376. I can't connect to these sites, which may have mac stuff:
  377. -----------------------------------------------------------------------------
  378. saffron.inset.com          192.94.75.2     / (new Sound_list HQ)
  379. seeding.apple.com          ???             /
  380.  
  381. These Mac sites no longer exist or have major problems:
  382. -----------------------------------------------------------------------------
  383. apple.com                  130.43.2.2      see ftp.apple.com                3
  384. ccb.ucsf.edu               128.218.1.14    Mac files removed
  385. dartvax.dartmouth.edu      129.170.16.4    see ftp.dartmouth.edu 
  386. dftsrv.gsfc.nasa.gov       128.183.10.3    see ftp.gsfc.nasa.gov
  387. ftp.cnr.it                 192.12.192.6    moved to cnuce_arch.cnr.it
  388. laplace.stat.ucla.edu      128.97.4.147    /pub directory gone
  389. lth.se                     130.235.16.3    see ftp.lth.se                  25
  390. sics.se                    192.16.123.90   see ftp.lth.se                  25
  391. slug.pws.bull.com          128.35.10.203   see irisa.irisa.fr
  392. toklab.ics.osaka-u.ac.jp   133.1.12.100    see ftp.center.osaka-u.ac.jp    35
  393. utsun.s.u-tokyo.ac.jp      133.11.11.11    see ftp.u-tokyo.ac.jp
  394. wsmr-simtel20.army.mil     26.2.0.74       see wuarchie.wustl.edu          30
  395.  
  396. Current archie servers (as of Nov 19, 1993):
  397. -----------------------------------------------------------------------------
  398. archie.ac.il              132.65.6.15     Israel
  399. archie.ans.net            147.225.1.10    ANS, New York, USA
  400. archie.au                 139.130.4.6     Deakin University, Geelong,Australia
  401. archie.doc.ic.ac.uk       146.169.11.3    Imperial College, London, UK
  402. archie.edvz.uni-linz.ac.at140.78.3.8      Austria
  403. archie.funet.fi           128.214.6.100   FUnet, Helsinki, Finland
  404. archie.internic.net       198.48.45.10    NJ, USA
  405. archie.kr                 128.134.1.1     Korea
  406. archie.luth.se            130.240.18.4    Sweden
  407. archie.ncu.edu.tw         140.115.19.24   Taiwanese server
  408. archie.rediris.es         130.206.1.2     Spain
  409. archie.rutgers.edu        128.6.18.15     Piscataway, New Jersey, USA
  410. archie.sogang.ac.kr       163.239.1.11    Korean server
  411. archie.sura.net           128.167.254.179 SURAnet, College Park, Maryland, USA
  412. archie.switch.ch          139.59.1.40     SWITCH, Zurich, Switzerland
  413. archie.th-darmstadt.de    1130.83.22.60   Germany
  414. archie.unipi.it           131.114.21.10   Italy
  415. archie.univie.ac.at       131.130.1.23    Austria
  416. archie.unl.edu            129.93.1.14     Lincoln, Nebraska, USA
  417. archie.uqam.ca            132.208.250.10  Canada
  418. archie.wide.ad.jp         133.4.3.6       Japan
  419. archie.nz                 130.195.9.4     New Zealand server
  420.  
  421. Old archie servers (Jan 3 1993) that may have gone defunct:
  422. -----------------------------------------------------------------------------
  423. archie.cs.huji.ac.il      132.65.6.5      Hebrew University, Jerusalem,Israel
  424. archie.kuis.kyoto-u.ac.jp 130.54.20.1     Japan
  425.  
  426. Note: "If you're on the Internet, you can "telnet [site name]" and login in as 
  427. "archie", at which point you'll get basic directions and pointers to other 
  428. Archie machines." (TidBITS#130; Gateways 1: Internet)
  429.  
  430. Notes on some of the above sites:
  431. -----------------------------------------------------------------------------
  432. 1.  dipmat.unife.it (192.167.208.253) "/* Dipmat files/Software Macintosh"
  433.     Reasonablly large site with a good selection of software.  "It contains
  434.     a small, but rather up-to-date collection of essential Macintosh software,
  435.     a scientific bibliography (mainly mathematics, but also, for example,
  436.     files about Mensa and gifted children), some local stuff."
  437.     (ESG%IFEUNIV.bitnet@icineca.cineca.it).  Its only problem is that spaces
  438.     are used and so directory and file names MUST be in "...", otherwise 
  439.     command failed (Directory not found), or command failed (file not found)
  440.     will result.
  441.  
  442. 2.  ezinfo.ethz.ch (129.132.2.72)   ./mac
  443.     While ezinfo is primarily a BBS for Users in Switzerland and Europe, this
  444.     host also provides anonymous FTP and DECNET access to its archives. 
  445.     Preferrably use night hours as the BBS is heavily used by local users
  446.     during daytime hours.  Guests can only see 50% of the menus on the BBS.
  447.     The Macintosh files are taken from comp.binaries.mac, with local
  448.     uploads now and then. Recent files are stored in ./mac/news/ for one
  449.     month before being redistributed in their respective directories.
  450.     HOW TO UPLOAD:  mail .hqx files to danny@ezinfo.ethz.ch
  451.     TRANSFER MODE:  Use ASCII.
  452.     RECENT FILES:   see above.
  453.     HELP:           eis_manager@ezinfo.ethz.ch
  454.  
  455. 3.  ftp.apple.com  (130.43.2.3)  /dts
  456.     Replacing apple.com {apple.apple.com} (130.43.2.2) this is Apple's
  457.     official ftp site to supply the world with System software {up to 7.0.1
  458.     that is}, utilities, technical notes, sample source code, press release
  459.     archives, and developer tools.  Callers outside America are restricted
  460.     to what they can download. :-(  
  461.     "Failure to maintain a reasonable load on this machine could result in
  462.     this archive being pulled from the Internet, or, at a minimum, a nasty
  463.     disk crash that could keep this site down for an extended period of time."
  464.     (READ.ME file)
  465.     ALL FILES:     /dts/help/dir-files-all
  466.     RECENT FILES:  /dts/help/dir-files-recent
  467.     HELP:          /help, or mail mjohnson@apple.com.
  468.     TRANSFER MODE: Use ASCII.
  469.  
  470. 4.  ftp.austin.apple.com (17.127.4.50) /Apple.Support.Area/Apple.SW.Updates
  471.     This is one of Apples' "seeding" sites.  Most of the software is in the
  472.     /Apple.Support.Area/Apple.SW.Updates directory.  As with ftp.apple.com
  473.     callers outside America are restricted as to what they can download.
  474.  
  475. 5.  ftp.cso.uiuc.edu  (128.174.5.59)  /mac/MUG
  476.     Old name ux1.cso.uiuc.edu.  A local user group has been kind enough to
  477.     store copies of it's disk collection here.  There is a massive amount of
  478.     material to download. New disks have started appearing again, too.  Too
  479.     bad the index files aren't updated regularly; it's a shame to download
  480.     entire disks, not knowing what's on them.  It also wastes internet
  481.     bandwidth. 
  482.     ALL FILES:     /mac/MUG/0Biglist.MUG
  483.     HELP:          /mac/MUG/0README.MUG
  484.     TRANSFER MODE: Use ASCII.
  485.  
  486. 6.  ftp.funet.fi  (128.214.6.100)  /pub/mac
  487.     A very large European site that shadows Sumex-aim and gets its own
  488.     original files sometimes.  Non-Europeans shouldn't call often, to keep
  489.     costs down.  It also serves as an European archie host (archie.funet.fi). 
  490.     ALL FILES:     /pub/mac/_file.lst
  491.     RECENT FILES:  /pub/mac/ChangeLog
  492.     HELP:          /pub/mac/HELP
  493.     HOW TO UPLOAD: Use ftp to put files into /pub/mac/incoming.
  494.     TRANSFER MODE: Use BINARY (IMAGE).
  495.  
  496. 7.  ftp.support.apple.com  (130.43.6.3) "/pub/Apple SW Updates"
  497.     AppleLink and E-World {Apple SW Updates} mirror.  "Since this is a real
  498.     mirror copy of the archive on AppleLink you may encounter some interesting
  499.     directory and file names.  To get around these intersting names simply use
  500.     quotes ("") to encapsulate the path.  You may also run into another
  501.     problem with non-printable (>ascii 127) characters in filenames.  Use mget
  502.     Mac* to retrieve a file that starts with Mac and also contains
  503.     non-printable and thus non-typeable characters."
  504.     (brooks@ftp.support.apple.com (Kevin Brooks))
  505.     I assume that as is the case with ftp.apple.com callers outside America
  506.     are restricted as to what they can download.
  507.  
  508. 8.  irisa.irisa.fr  (131.254.2.3)  /News/comp.binaries.mac
  509.     They keep archives of the postings to the comp.binaries.mac newsgroup.  
  510.     The files all stored in one huge directory, so instead of doing an 'ls', 
  511.     get the index file to look at offline. 
  512.     ALL FILES:     /News/comp.binaries.mac/index
  513.     HOW TO UPLOAD: Post to the comp.binaries.mac USENET group.
  514.     TRANSFER MODE: Use ASCII.
  515.  
  516. 9.  mac.archive.umich.edu  (141.211.32.2)  /mac
  517.     This big site has a large number of files, many of them unique.  There are 
  518.     many outline fonts, mostly Adobe type 1's, and a few type 3's and
  519.     TrueType.  About the only gripe I have is the tremendous number of 
  520.     subdirectories, e.g. /mac/system.extensions/font/adobe.type.three...  but 
  521.     that's a small price to pay for the work they've put in for us leeches :-)
  522.     mirror.archive.umich.edu is a special pointer to the U.S. mirrors of
  523.     mac.archive.umich.edu and will connect you to one of them randomly.
  524.     ALL FILES:     /mac/00help/index.txt
  525.     RECENT FILES:  /mac/00help/newfiles.txt
  526.     IN QUEUE:      Look in the /mac/incoming directory.
  527.     HELP:          /mac/00help
  528.     HOW TO UPLOAD: ftp-put files in the /mac/incoming directory or
  529.                    e-mail to macgifts@mac.archive.umich.edu
  530.                    {e-mail results in crossposting to other archives}
  531.     TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
  532.  
  533. 10. nic.switch.ch  (130.59.1.40)  /software/mac  /mirror/info-mac 
  534.                                   /mirror/umich-mac   /mirror/Oberon/MacII
  535.     A pretty large European site. It is a server for academic and research      
  536.     users primarily in Switzerland, but also for the ones in Europe and the  
  537.     rest of the world.                                                   
  538.     There is also an interactive browsing mode available via the SWITCHinfo
  539.     telnet access to nic.switch.ch with login name 'info', no password       
  540.     required. A HyperCard stack offers similar access facilities in a     
  541.     Macintosh way, it can be found in /software/mac/SWITCHinfo.                
  542.     In /software/mac/src is a unique collection of Macintosh software that
  543.     comes with freely redistributable sources.
  544.     ALL FILES:      /0overview/ls-lR (very large, > 3 MBytes!)                 
  545.     RECENT FILES:   /0overview/new-files                                       
  546.     HELP:           /0README or mail to switchinfo@switch.ch
  547.      
  548. 11. sumex-aim.stanford.edu  (36.44.0.6)  /info-mac
  549.     The king of macintosh ftp sites.  If you want your uploads to get a wide 
  550.     distribution, this is the place to send them to. They also have their own 
  551.     message "list", the info-mac digests which is handy for those who don't 
  552.     have USENET access.
  553.     "We ask that you use our mirrors INSTEAD OF our server, because the load 
  554.     there now makes it difficult for us to manage the archive!"
  555.     (Info-Mac Archive Mirror Sites)
  556.     ALL FILES:     /info-mac/help/all-files.txt
  557.     RECENT FILES:  /info-mac/help/recent-files.txt
  558.     HELP:          Look in the /info-mac/help directory, read 'em all.
  559.     HOW TO UPLOAD: email posts or files to info-mac@sumex-aim.stanford.edu
  560.                    emailing to macgifts@mac.archive.umich.edu also works
  561.                    as does macgifts@sumex-aim.stanford.edu.
  562.     TRANSFER MODE: Use ASCII.
  563.  
  564. 12. archives.math.utk.edu (128.169.202.163) /mac 
  565.     A site for shareware and public domain software suitable for use in
  566.     mathematics education at the college and university level.  Both anonymous
  567.     ftp and gopher access are supported (gopher using port 70).  Gopher access
  568.     also supports WAIS searching of abstracts as well as numerous gopher links
  569.     to other sites of mathematical interest.
  570.  
  571. 13. ftp.acns.nwu.edu  (129.105.113.52 129.105.49.1) /pub
  572.     The headquarters of John Norstad's excellent anti-virus program, 
  573.     Disinfectant {/pub/disinfectant}.  Other interesting /pub directories
  574.     are: /pub/newswatcher; /pub/nupop; and /pub/ph.
  575.     TRANSFER MODE: Use ASCII.
  576.  
  577. 14. ftp.imag.fr  (129.88.32.1)  /pub/Cabri, /archive/macintosh
  578.     Not only is this the home of the CABRI (graph, geometry) software, but 
  579.     they are also nice enough to keep the most recent uploads to 
  580.     comp.binaries.mac, in MacBinary format (yay!). It is recommened that
  581.     CABRI be retrieved from wuarchive.wustl.edu
  582.     TRANSFER MODE: Use BINARY (IMAGE).
  583.  
  584. 15. ftp.ncsa.uiuc.edu  (141.142.20.50)  /Mac
  585.     Also know as zaphod.ncsa.uiuc.edu.  NCSA keeps Telnet, ContigAsm,
  586.     Contour, DataScope, GelReader, HypercardAnimator, NCSA Image,
  587.     Import2HDF, Layout, & PalEdit here. 
  588.     TRANSFER MODE: Use ASCII.
  589.  
  590. 16. ftp.primate.wisc.edu  (144.92.43.11)  /pub/mac
  591.     Contains some programs by Paul DuBois, and a few other utilities: BlobMgr, 
  592.     FaceLift, Grep, TransSkel,ZoomIdle, MakeWrite, SicnEdit, gnome, and
  593.     psuedo-fpu. 
  594.     TRANSFER MODE: Use ASCII.
  595.  
  596. 17. ftp.uu.net  (192.48.96.9)  /languages/abc
  597.     You can find a mac version of the ABC programming language here, and also 
  598.     a macintosh version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet 
  599.     also archives huge amounts of other material, like USENET news, GNU stuff, 
  600.     bsd sources, internet specs, popular unix packages, and bug fixes. 
  601.     ALL FILES:     /index/master.Z, /index/master-time.Z
  602.     RECENT FILES:  /index/changes.week.Z, /index/changes.day.1.Z
  603.     IN QUEUE:      /index/incoming.Z
  604.     HELP:          /help, /index/README
  605.     HOW TO UPLOAD: /tmp
  606.     TRANSFER MODE: Use BINARY.
  607.  
  608. 18. ics.uci.edu  (128.195.1.1)  /mac/think-c
  609.     Home of the Think C mailing list. You'll find a bunch of Think Class
  610.     Library stuff here, along with general Think C code, interfaces, and
  611.     updaters.  Read all the README files in /mac/think-c for more info (and 
  612.     how to get on the mailing list). 
  613.     TRANSFER MODE: Use ASCII.
  614.  
  615. 19. microlib.cc.utexas.edu  (128.83.186.13)  /microlib/mac
  616.     University of Texas at Austin Computation Center's Macintosh software
  617.     archive, and headquarters of Chris Johnson's anti-virus utility
  618.     Gatekeeper.  Has an editorial policy on what programs it accepts.
  619.     You can also subscribe to their mailing list (email to
  620.     chrisj@emx.utexas.edu or chrisj@mail.utexas.edu and ask) to get 
  621.     informed when new additions arrive {chrisj@mail.utexas.edu is faster.}
  622.     ALL FILES:     /microlib/mac/file-list.txt
  623.     RECENT FILES:  Get the file called "Update-[date]" in /microlib/mac.
  624.     HOW TO UPLOAD: email to macgifts@mac.archive.umich.edu
  625.                    {this also results in cross-posting to other archives.}
  626.     TRANSFER MODE: Use ASCII.
  627.  
  628. 20. munnari.oz.au  (128.250.1.21)  /mac
  629.     Home of Webster Multiport Gateway tools, and other mac networking goodies, 
  630.     like Columbia Appletalk Package, Timelord, & Messages. 
  631.     TRANSFER MODE: Use BINARY.
  632.  
  633. 21. ncbi.nlm.nih.gov  (130.14.25.1)  /entrez
  634.     The National Center for Biotechnology Information (NCBI) developed and
  635.     supports a public domain program named Entrez (pronounced "ON-tray") for
  636.     browsing a comprehensive set of DNA and protein sequence databases and a
  637.     subset of the National Library of Medicine's MEDLINE bibliographic
  638.     database.  NetEntrez {freely available program available here} can be used
  639.     to access the Entrez network service provided by the NCBI.  NetEntrez has
  640.     no access charges and does not use a CD-ROM drive.  For users without
  641.     Internet connectivity, ordering information for Entrez CD-ROM
  642.     subscriptions is posted there, too.
  643.     (gish@host.nlm.nih.gov (Warren Gish))
  644.     HELP:          Contact info@ncbi.nlm.nih.gov
  645.     TRANSFER MODE: Use ASCII.
  646.  
  647. 22. neptune.ethz.ch  (129.132.101.33)  /Oberon/MacII
  648.     Here you can findMacOberon compiler, andGeometry program XYZ GeoBench. 
  649.     TRANSFER MODE: Use ASCII.
  650.  
  651. 23. rascal.ics.utexas.edu  (128.83.138.20)  /mac
  652.     The definitive anti-viral support site as well as the archive site for
  653.     MacLayers, DialScript, and comp.sys.mac.announce.
  654.  
  655. 24  rever.nmsu.edu (???) /pub/macfaq
  656.     This archive contains almost all freely distributable software mentioned
  657.     in the FAQ lists for comp.sys.mac.misc, comp.sys.mac.system and
  658.     comp.sys.mac.apps. (eharold@corona.sunspot.noao.edu (Elliotte Harold))
  659.  
  660. 25. ftp.cs.tu-berlin.de (130.149.17.7)  /pub/mac
  661.     Also called 'quepasa.cs.tu-berlin'.  FTP-Users can get folders with 'get
  662.     folder.tar' and get files/folers compressed 'get file.Z/get folder.tar.Z'
  663.     TRANSFER MODE: Use BINARY.
  664.     Mail-Server:  mail-server@cs.tu-berlin.de
  665.  
  666. 26. ftp.lth.se  (130.235.20.3)  /mac
  667.     This is a European sumex shadow that has superseded sics.se.  Due to 
  668.     people using the site as a gif trading post the ftp upload has been
  669.     eliminted.
  670.     HOW TO UPLOAD: email files to Peter.Moller@dna.lth.se
  671.     TRANSFER MODE: Use ASCII.
  672.  
  673. 27. ftp.sunet.se  (130.238.127.3) /pub/mac
  674.     In addition to mirroring both Info-mac {/pub/mac/info-mac} and Umich
  675.     {/pub/mac/mirror-umich} this Sweden archive has large amounts of DOS,
  676.     Windows and UNIX files.
  677.     INFO:          'arkiv-underh' in the root directory {in Swedish, I think}
  678.     TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
  679.  
  680. 28. ftphost.aukuni.ac.nz  (130.216.1.5)  /mac
  681.     A shadow archive intended for folks in and around New Zealand. 
  682.     ALL FILES:     /mac/README
  683.     RECENT FILES:  /mac/NEWFILES.TXT
  684.     HELP:          Mail Andrew Knox at macftp@ccu1.aukuni.ac.nz.
  685.     HOW TO UPLOAD: macftp@ccu1.aukuni.ac.nz
  686.     TRANSFER MODE: Use ASCII.
  687.  
  688. 29. grind.isca.uiowa.edu  (128.255.200.3)   /mac
  689.     The Iowa Student Computing Association filesystem, five gigabytes and 
  690.     growing!  In addition to FTP it also has telnet downloading interface
  691.     (Zmodem, NetZmodem, Kermit, Xmodem, FTP) with search, new_files, and
  692.     batch downloading, login as 'iscabbs'.  ISCA also has one of the largest
  693.     Internet BBS's at bbs.isca.uiowa.edu, they support over 200 users online
  694.     at once.
  695.     Coming soon: PANDA, the information arcade message system. A quantum
  696.     leap beyond the ordinary BBS experience.
  697.     TRANSFER MODE: Use BINARY.  (MacBinary format)
  698.  
  699. 30. src.doc.ic.ac.uk  (146.169.2.10)  /computing/systems/mac/info-mac
  700.     A London based Info-mac & umich {packages/mac/umich} shadow.
  701.     Limit: 300 simultaneous users.  To save space some files have been
  702.     gzipped but these can ungzipped on the fly by typing in the file name
  703.     minus the .gz suffex.
  704.     HELP:          mail ukuug-soft@doc.ic.ac.uk to contact the maintainers.
  705.     TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
  706.  
  707. 31. wuarchive.wustl.edu  (128.252.135.4)  /systems/mac
  708.     This is the de-facto king of shadow archives; it mirrors three mac 
  709.     sites: sumex {/systems/mac/info-mac}, mac.archive.umich.edu
  710.     {/systems/mac/umich.edu}, and the now defunct Simtel site
  711.     {/systems/mac/machintosh}.  It appears that the Simtel mirror
  712.     was restored and the rascal.ics.utexas.edu mirror was destroyed
  713.     Jan 13, 1994 "due to a bug in the system crash dump routines."
  714.     (README.NOW file).  This site also shadows several non Mac archives.
  715.     Limit: 175/200 simultaneous users.
  716.     Note: login to this site can becomedifficult when sumex gets new files.
  717.     TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
  718.  
  719. 32. ftp.lu.se (130.235.132.89)
  720.     Old name was pollux.lu.se.  Roland.Mansson@dna.lth.se (Roland Mansson)
  721.     sent me the following: "ftp.lu.se, which I administrate, will
  722.     unfortunately NOT have many mac files in the future."
  723.     TRANSFER MODE: Use ASCII for .hqx files, BINARY for everything else.
  724.  
  725. 33. ftp.bio.indiana.edu  (129.79.224.50)  /{see below}
  726.     All sorts of scientific applications, in /biology/mac, /chemistry/mac, 
  727.     /science/mac, and /molbio/mac. 
  728.     HELP:          /archive.doc
  729.     HOW TO UPLOAD: /incoming
  730.     TRANSFER MODE: Use ASCII.
  731.  
  732. 34. pomme.src.umd.edu (128.8.111.252) /info-mac
  733.     Also named src-aux.src.umd.edu.  On a Mac running A/UX 3.0 this is the
  734.     Institute for Systems Research at the University of Maryland's sumex 
  735.     shadow -which seems to have stopped around 2/20/93 {latest file date.} for
  736.     UMCP and the east coast and it also adds a few files.
  737.  
  738. 35. toklab.ics.osaka-u.ac.jp   (133.1.12.100) /mac/info-mac/info-mac
  739.     "ATTENTION:  Closing service for /mac
  740.     1994Jun14
  741.     Now, we have high-speed campus LAN. As we can easily access to
  742.     ftp.center.osaka-u.ac.jp, there are no need to maintain local cache.
  743.     From now on, /mac will no more updated and will be erased soon or later."
  744.     (Login message).
  745.  
  746.  
  747.